- interrupt mechanism
- Компьютерная техника: механизм прерывания
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Interrupt — This article is about computer interrupts. For the study of the effect of disruptions on job performance, see Interruption science. In computing, an interrupt is an asynchronous signal indicating the need for attention or a synchronous event in… … Wikipedia
Interrupt descriptor table — The Interrupt Descriptor Table (IDT) is a data structure used by the x86 architecture to implement an interrupt vector table. The IDT is used by the processor to determine the correct response to interrupts and exceptions.The details in the… … Wikipedia
interrupt — A break in control in a program or system; typically incorporates a mechanism to store the information needed for a return to the interrupted program … IT glossary of terms, acronyms and abbreviations
Non-maskable interrupt — A non maskable interrupt (NMI) is a computer processor interrupt that cannot be ignored by standard interrupt masking techniques in the system. It is typically used to signal attention for non recoverable hardware errors. (Some NMIs may be masked … Wikipedia
Test-and-set — In computer science, the test and set instruction is an instruction used to both test and (conditionally) write to a memory location as part of a single atomic (i.e. non interruptible) operation. This means setting a value, but first performing… … Wikipedia
Preemption (computing) — Pre emption or preemption in computing is the act of temporarily interrupting a task being carried out by a computer system, without requiring its cooperation, and with the intention of resuming the task at a later time. Such a change is known as … Wikipedia
IBM 1710 — The IBM 1710 was a process control system that IBM introduced in March 1961. It used either a 1620 I or a 1620 II Computer and specialized I/O devices (e.g., IBM 1711 A/D and D/A Converter, IBM 1712 Discrete I/O and Analog Multiplexer, factory… … Wikipedia
3dfx Interactive — Industry Semiconductors Fate Bankrupt,[1] most assets bought by Nvidia, fate of remaining assets unknown … Wikipedia
Locomotive BASIC — is a proprietary dialect of the BASIC programming language written by Locomotive Software used only on the Amstrad CPC (where it was built in on ROM). It was the main ancestor of Mallard BASIC, the interpreter for CP/M supplied with the Amstrad… … Wikipedia
MSI — Contents 1 Music 2 Computing 3 Science 4 Companies an … Wikipedia
Atomic action — An atomic action, in the context of operating systems programming, is one which cannot be interrupted, either because it is performed by a single CPU instruction that locks the memory bus, or because it blocks the interrupt mechanism while the… … Wikipedia